home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / AME / Rexx / nextame.ame < prev    next >
Text File  |  1994-02-01  |  156b  |  8 lines

  1. /* $VER: NextAME 37.1 (21.2.93): Activate next AME */
  2.  
  3. options results
  4. 'globalrx'
  5. parse var result next .
  6. address value('AME' || next)
  7. 'activatewindow'
  8. exit